home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-25 | 569 b | 22 lines | [TEXT/CWIE] |
- // =================================================================================
- // CActiveXInfo.h ⌐1996 Metrowerks Inc. All rights reserved.
- // =================================================================================
-
- #ifndef _H_CActiveXInfo
- #define _H_CActiveXInfo
- #pragma once
-
- class CActiveXInfo : public LView
- {
- public:
- enum { class_ID = 'Info' };
-
- static CActiveXInfo * CreateActiveXInfoStream( LStream *inStream );
- CActiveXInfo( LStream *inStream );
- virtual ~CActiveXInfo();
-
- virtual void SetUserCon(Int32 inUserCon);
-
- };
-
- #endif